home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / x / qdisplay.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-04  |  1.2 KB  |  48 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9. */
  10.  
  11. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  12.  
  13.  
  14. /*
  15.  * $Log: qdisplay.h,v $
  16.  * Revision 1.2  1994/08/05  07:26:24  pfeifer
  17.  * Release beta 04
  18.  *
  19.  * Revision 1.1  1993/02/16  15:10:18  freewais
  20.  * Initial revision
  21.  *
  22.  * Revision 1.4  92/04/28  15:29:47  jonathan
  23.  * More prototypes.
  24.  * 
  25.  * Revision 1.3  92/03/23  16:09:38  jonathan
  26.  * Added MakeSaveRequester.
  27.  * 
  28.  * Revision 1.2  92/03/17  14:13:03  jonathan
  29.  * *** empty log message ***
  30.  * 
  31. */
  32.  
  33. #ifndef _H_QDISPLAY
  34. #define _H_QDISPLAY
  35.  
  36. void SetqIcon _AP((Widget parent));
  37. void SettIcon _AP((Widget parent));
  38. Widget MakeQuestionPane _AP((Widget parent,XQuestion question));
  39. Widget MakeTextPopup _AP((Widget parent,Textbuff t,char *name));
  40. QuestionWindow MakeQuestionForm _AP((XQuestion question));
  41. Widget MakeSourcePopup _AP((Widget parent));
  42. Widget MakePrefPopup _AP((Widget parent));
  43. ScrollList MakeSourceFrame _AP((Widget parent));
  44. ScrollList MakeTypeFrame _AP((Widget parent));
  45. void MakeWaisCursors _AP((void));
  46. #endif
  47.  
  48.